Resource StructureDefinition/FHIR Server from package rki.demis.disease#2.0.1 (62 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "ImmunizationInformation",
"url" : "https://demis.rki.de/fhir/StructureDefinition/ImmunizationInformation",
"version" : "1.2.0",
"name" : "ImmunizationInformation",
"title" : "Impfung",
"status" : "active",
"date" : "2024-09-04",
"description" : "Die Impfung umfasst Angaben zum Impfstoff und das Datum der Impfung.",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "cda",
"uri" : "http://hl7.org/v3/cda",
"name" : "CDA (R2)"
}
],
"kind" : "resource",
"abstract" : true,
"type" : "Immunization",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Immunization",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "Immunization.status",
"path" : "Immunization.status",
"fixedCode" : "completed",
"mustSupport" : true
},
{
"id" : "Immunization.statusReason",
"path" : "Immunization.statusReason",
"max" : "0"
},
{
"id" : "Immunization.vaccineCode",
"path" : "Immunization.vaccineCode",
"short" : "Verabreichter Impfstoff",
"definition" : "Verabreichter Impfstoff",
"mustSupport" : true
},
{
"id" : "Immunization.vaccineCode.coding",
"path" : "Immunization.vaccineCode.coding",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "system"
}
],
"rules" : "open"
},
"min" : 1,
"mustSupport" : true
},
{
"id" : "Immunization.vaccineCode.coding:snomed_CT",
"path" : "Immunization.vaccineCode.coding",
"sliceName" : "snomed_CT",
"short" : "SNOMED CT",
"definition" : "Dieses Element beschreibt den Impfstoff als SNOMED CT® Product Code.",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Immunization.vaccineCode.coding:snomed_CT.system",
"path" : "Immunization.vaccineCode.coding.system",
"min" : 1,
"fixedUri" : "http://snomed.info/sct",
"mustSupport" : true
},
{
"id" : "Immunization.vaccineCode.coding:snomed_CT.code",
"path" : "Immunization.vaccineCode.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Immunization.vaccineCode.coding:pharmazentralnummer_pzn",
"path" : "Immunization.vaccineCode.coding",
"sliceName" : "pharmazentralnummer_pzn",
"short" : "Pharmazentralnummer (PZN)",
"definition" : "Dieses Element beschreibt den Impfstoff als 8-stellige Pharmazentralnummer (PZN). Die PZN definiert ein Fertigarzneimittel eindeutig.",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Immunization.vaccineCode.coding:pharmazentralnummer_pzn.system",
"path" : "Immunization.vaccineCode.coding.system",
"min" : 1,
"fixedUri" : "http://fhir.de/CodeSystem/ifa/pzn",
"mustSupport" : true
},
{
"id" : "Immunization.vaccineCode.coding:pharmazentralnummer_pzn.code",
"path" : "Immunization.vaccineCode.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Immunization.vaccineCode.coding:nullflavor",
"path" : "Immunization.vaccineCode.coding",
"sliceName" : "nullflavor",
"mustSupport" : true,
"binding" : {
"strength" : "required",
"valueSet" : "https://demis.rki.de/fhir/ValueSet/nullFlavor"
}
},
{
"id" : "Immunization.vaccineCode.coding:nullflavor.system",
"path" : "Immunization.vaccineCode.coding.system",
"min" : 1,
"fixedUri" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"mustSupport" : true
},
{
"id" : "Immunization.vaccineCode.coding:nullflavor.code",
"path" : "Immunization.vaccineCode.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Immunization.vaccineCode.text",
"path" : "Immunization.vaccineCode.text",
"max" : "0"
},
{
"id" : "Immunization.patient",
"path" : "Immunization.patient",
"short" : "Verweis auf die in der Meldung benannte betroffene Person.",
"definition" : "Verweis auf die in der Meldung benannte betroffene Person. Hierbei handelt es sich grundsätzlich um den Verweis auf die in der Erregernachweismeldung als âsubjectâ referenzierte Patient Ressource.",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson"
]
}
],
"mustSupport" : true
},
{
"id" : "Immunization.encounter",
"path" : "Immunization.encounter",
"max" : "0"
},
{
"id" : "Immunization.occurrence[x]",
"path" : "Immunization.occurrence[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "closed"
},
"short" : "Datum der Impfung",
"definition" : "Datum der Impfung",
"mustSupport" : true
},
{
"id" : "Immunization.occurrence[x]:occurrenceDateTime",
"path" : "Immunization.occurrence[x]",
"sliceName" : "occurrenceDateTime",
"type" : [
{
"code" : "dateTime"
}
]
},
{
"id" : "Immunization.occurrence[x]:occurrenceString",
"path" : "Immunization.occurrence[x]",
"sliceName" : "occurrenceString",
"type" : [
{
"code" : "string"
}
],
"binding" : {
"strength" : "required",
"valueSet" : "https://demis.rki.de/fhir/ValueSet/nullFlavor"
}
},
{
"id" : "Immunization.recorded",
"path" : "Immunization.recorded",
"max" : "0"
},
{
"id" : "Immunization.primarySource",
"path" : "Immunization.primarySource",
"max" : "0"
},
{
"id" : "Immunization.reportOrigin",
"path" : "Immunization.reportOrigin",
"max" : "0"
},
{
"id" : "Immunization.location",
"path" : "Immunization.location",
"max" : "0"
},
{
"id" : "Immunization.manufacturer",
"path" : "Immunization.manufacturer",
"max" : "0"
},
{
"id" : "Immunization.lotNumber",
"path" : "Immunization.lotNumber",
"short" : "Chargenbezeichnung",
"definition" : "Chargenbezeichnung"
},
{
"id" : "Immunization.expirationDate",
"path" : "Immunization.expirationDate",
"max" : "0"
},
{
"id" : "Immunization.site",
"path" : "Immunization.site",
"max" : "0"
},
{
"id" : "Immunization.route",
"path" : "Immunization.route",
"max" : "0"
},
{
"id" : "Immunization.doseQuantity",
"path" : "Immunization.doseQuantity",
"max" : "0"
},
{
"id" : "Immunization.performer",
"path" : "Immunization.performer",
"short" : "Verantwortliche Person für die Durchführung der Schutzimpfung",
"definition" : "Verantwortliche Person für die Durchführung der Schutzimpfung",
"max" : "1",
"mustSupport" : false
},
{
"id" : "Immunization.note",
"path" : "Immunization.note",
"short" : "Hinweis zur Impfung",
"definition" : "Hinweis zur Impfung",
"mustSupport" : true
},
{
"id" : "Immunization.reasonCode",
"path" : "Immunization.reasonCode",
"short" : "Impfindikation",
"definition" : "Impfindikation",
"max" : "1",
"mustSupport" : true
},
{
"id" : "Immunization.reasonCode.coding",
"path" : "Immunization.reasonCode.coding",
"min" : 1,
"max" : "1",
"mustSupport" : true,
"binding" : {
"strength" : "extensible",
"description" : "Impfindikation",
"valueSet" : "https://demis.rki.de/fhir/ValueSet/vaccinationIndication"
}
},
{
"id" : "Immunization.reasonCode.coding.system",
"path" : "Immunization.reasonCode.coding.system",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Immunization.reasonCode.coding.code",
"path" : "Immunization.reasonCode.coding.code",
"min" : 1,
"mustSupport" : true
},
{
"id" : "Immunization.reasonReference",
"path" : "Immunization.reasonReference",
"max" : "0"
},
{
"id" : "Immunization.isSubpotent",
"path" : "Immunization.isSubpotent",
"max" : "0"
},
{
"id" : "Immunization.subpotentReason",
"path" : "Immunization.subpotentReason",
"max" : "0"
},
{
"id" : "Immunization.education",
"path" : "Immunization.education",
"max" : "0"
},
{
"id" : "Immunization.programEligibility",
"path" : "Immunization.programEligibility",
"max" : "0"
},
{
"id" : "Immunization.fundingSource",
"path" : "Immunization.fundingSource",
"max" : "0"
},
{
"id" : "Immunization.reaction",
"path" : "Immunization.reaction",
"max" : "0"
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.